Skip to content

Commit

Permalink
Merge pull request #3 from rkreutz/master
Browse files Browse the repository at this point in the history
Adding brazilian portuguese support
  • Loading branch information
miroslavkovac authored Nov 8, 2017
2 parents 9f840f8 + 25eba21 commit a3e75b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Sources/Lingo/Pluralization/Concrete/pt_BR.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Foundation

class pt_BR: OneOther, PluralizationRule {

let locale: LocaleIdentifier = "pt_BR"

}
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ extension PluralizationRuleStore {
pa(),
pl(),
pt(),
pt_BR(),
ro(),
root(),
ru(),
Expand Down

0 comments on commit a3e75b4

Please sign in to comment.